home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000176_snaple@earthlink.net_Thu Jun 19 13:15:28 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  31 lines

  1. Article: 14405 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.gol.com!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: snaple@earthlink.net (Jerry)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: send a \27SO when pressing Ctrl-e
  6. Date: 19 Jun 2003 10:13:11 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 13
  9. Message-ID: <cd17ed36.0306190913.2719a13@posting.google.com>
  10. NNTP-Posting-Host: 64.240.66.249
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1056042792 30801 127.0.0.1 (19 Jun 2003 17:13:12 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 19 Jun 2003 17:13:12 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14405
  17.  
  18. Is there any way to send the ESC[SO (\27SO) when pressing CTRL-e keys?
  19.  I've tried
  20.  
  21. set key \5 \27SO  (the \5 key was given to me when I just typed in set
  22. key and enter.  It asked "Which key to define".  I went ahead and
  23. pressed CTRL-E gave me just \5).  It might be that \5 is just the ctrl
  24. key ;).
  25. Can anyone help?  I am also willing to change the Linux Keymapping if
  26. it is not feasible in Kermit.
  27. Thank you all for your help,
  28. Jerry
  29.  
  30. PS: the OS is Linux 7.3 and the kermit version is 7.*.*
  31.